home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8605 / 8605.xpi / chrome / skin / default / alert.css < prev    next >
Cascading Style Sheet File  |  2009-07-06  |  2KB  |  111 lines

  1. #container
  2. {
  3.     background-color: #c2ccc2;
  4.     border: 2px solid #89A08E;
  5.     padding: 3px;
  6. }
  7.  
  8. #daLogo
  9. {
  10.     margin-top: 3px;
  11. }
  12.  
  13. #title
  14. {
  15.     color: black;
  16.     font-weight: bold;
  17.     margin-left: 10px;
  18. }
  19.  
  20. .entry
  21. {
  22.     margin-left: 5px;
  23.     color: #393D3C;
  24.     padding-right: 5px;
  25.     padding-left: 25px;
  26.     margin-top: 2px;
  27. }
  28.     .note
  29.     {
  30.         background: url(images/icons/note.gif) no-repeat left top;
  31.     }
  32.  
  33.     .message
  34.     {
  35.         background: url(images/icons/message.gif) no-repeat left top;
  36.     }
  37.  
  38.     .deviation
  39.     {
  40.         background: url(images/icons/deviation.gif) no-repeat left top;
  41.     }
  42.  
  43.     .journal
  44.     {
  45.         background: url(images/icons/journal.gif) no-repeat left top;
  46.     }
  47.  
  48.  
  49.     .news
  50.     {
  51.         background: url(images/icons/news.gif) no-repeat left top;
  52.     }
  53.  
  54.     .fav
  55.     {
  56.         background: url(images/icons/favgold.gif) no-repeat left top;
  57.     }
  58.  
  59.     .watch
  60.     {
  61.         background: url(images/icons/friends.gif) no-repeat left top;
  62.     }
  63.  
  64.  
  65.     .notice
  66.     {
  67.         background: url(images/icons/notice.gif) no-repeat left top;
  68.         height: 20px;
  69.         margin-top: 0px;
  70.     }
  71.  
  72.     .contest
  73.     {
  74.         background: url(images/icons/contest.gif) no-repeat left top;
  75.         height: 17px;
  76.         margin-top: 1px;
  77.     }
  78.  
  79.  
  80. .text-link
  81. {
  82.     margin: 0px;
  83.     margin-left: -3px;
  84.     margin-right: -3px;
  85.     color: #2C3635;
  86. }
  87.  
  88. #closeBtn
  89. {
  90.     -moz-appearance: none;
  91.     -moz-image-region: rect(0px, 14px, 14px, 0px);
  92.     -moz-margin-end: 6px;
  93.     border: none;
  94.     padding: 0px;
  95.     width: 14px;
  96.     height: 14px;
  97.     list-style-image: url("chrome://global/skin/icons/close.png");
  98. }
  99.  
  100.     #closeBtn:hover
  101.     {
  102.         -moz-image-region: rect(0px, 28px, 14px, 14px);
  103.     }
  104.     
  105.     #closeBtn:hover:active
  106.     {
  107.         -moz-image-region: rect(0px, 42px, 14px, 28px);
  108.     }
  109.     
  110.  
  111.